home *** CD-ROM | disk | FTP | other *** search
/ L' Hygiene Au Quotidien / L'Hygiene Au Quotidien.iso / mac / Site / enfants / images / source / barre.swf / scripts / frame_1 / DoAction.as
Text File  |  2003-07-25  |  200b  |  12 lines

  1. function switchbarreface(face)
  2. {
  3.    i = 1;
  4.    while(7 >= i)
  5.    {
  6.       _level0.burkcefa = face;
  7.       nettoon = eval("aide.netface" + i);
  8.       nettoon.gotoAndStop(face);
  9.       i++;
  10.    }
  11. }
  12.